Northwoods.GoSilverlight 1.3.5 Assembly
DoMemberNodeKeysChanged Method
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : DoMemberNodeKeysChanged Method

nodedata
This should be called when a node data's list of "member" nodes has been replaced.

Syntax

Visual Basic (Declaration) 
Public Sub DoMemberNodeKeysChanged( _
   ByVal nodedata As NodeType _
) 
C# 
public void DoMemberNodeKeysChanged( 
   NodeType nodedata
)

Parameters

nodedata

Remarks

This is used for model update, when the model data has changed and the model itself needs to be updated to reflect those changes.

If a node data object implements System.ComponentModel.INotifyPropertyChanged and if the key is a simple property on the data as reflected by the value of MemberNodesPath, the model will automatically call this method. Otherwise, you need to do so immediately after the value of FindMemberNodeKeysForNode has changed.

This raises a Changed event with a value of ModelChange.ChangedMemberNodeKeys.

Requirements

See Also

© 2012 All Rights Reserved.